Budget Calculator Version 2

This will allow the user to stay within a budget. The user cannot spend more than 10% of their money. It will tell the user if they are over budget or within budget.

You will get an error message if the initial amount and/or spend amount is negative.

How much money do you have?

How much would you like to spend?






I used the console log to make sure the initial amounts and the spend amounts are being read correctly.